Move File
Command Prototype
File.Move(sPathSrc,sPathDst,bOverWrite)
Command Description
Move a file; can be used as rename function, or used to move a folder
Parameter Description
- Required Parameter
- sPathSrc--The original path to the files to move
- sPathDst--The destination path to which to move files
- bOverWrite--Whether to overwrite if the target file already exists; when true is passed, overwrite the target file, when false is passed, the function fails